>商品列表
router-link
>
<
router-link
to="/newslist"
>新聞列表
router-link
><
br/>
<
router-view
>
router-view
>
div>
body
>
<
script
>
//1.定義好元件
const newslistcomponent
=vue.extend()
const goodslistcomponent
=
//新聞詳情元件
//拿到路徑中的引數,可以參考
const newsdetailcomponent =}
'}//2.建立路由物件,設定路由規則
const router
=new
vuerouter(,,,
]})
//3. 注入到根例項,從而讓整個應用都有路由功能
const vm
=new
vue().$mount(''
)script
>
html
>
很好理解吧
使用tensorflow的乙個小案例
那 就用tensorflow來解決這個問題!一些基礎資訊 1.系統是ubuntu 16.04 lts 2.我用的是sublime text3來寫的 3.python用的是3.5 4.tensorflow用的是0.12.0 匯入依賴庫 import numpy as np 這是python的一種開源的...
Flask框架的乙個小案例
這個案例簡單的實現了flask框架的原理,運用python中的flask框架從資料庫中提取資料,前端頁面運用echarts渲染 後端 from flask import flask,render template from flask sqlalchemy import sqlalchemy 建立f...
乙個Vue購物車的小案例 不使用CLI
charset utf 8 vue 購物車title rel stylesheet href cart.css head v if books.length th 書籍名稱th 出版日期th th 數量th 操作th tr thead v for item,index in books td td ...