router link的使用以及注意事項

2021-10-05 20:19:39 字數 659 閱讀 6395

一、安裝yarn add vue-router

二、全域性引入

import vuerouter from 『vue-router』 import router from 『./router.js』

//單獨寫的路由 vue.use(vuerouter)

三、配置路徑(單獨的router.js)

import vuerouter from

'vue-router'

import helloworld from

'./components/helloworld.vue'

import vue from

'./components/vue.vue'

const router =

newvuerouter(,

]})

export

default router 必須要匯出

四、在元件中使用

"":key=

"1">跳轉到helloword<

/router-link>

<

/router-view>

//要加不然url會變,但是頁面不會跳轉

CMFCColorButton的使用以及重繪

cmfccolorbutton是visual studio 2008 sp1版本以上提供的顏色採集器。系統環境 windows 7 程式設計環境 visual studio 2008 sp1 下面介紹下使用步驟 1.新建基於對話方塊的工程,名稱為mycolorbuttondemo 2.拖動乙個按鈕到...

NSSortDescriptor使用以及陣列排序

nssortdescriptor 指定用於物件陣列排序的物件的屬性。物件可能是字典,這種情況就是對字典陣列排序 如果是employee物件需要按照name來排序,就生成下面的descriptor nssortdescriptor descriptor nssortdescriptor sortdes...

HandlerThread的使用以及原理

官方的描述 handlerthread 是乙個包含 looper 的 thread,我們可以直接使用這個 looper 建立 handler。handlerthread 的使用場景 我們知道,handlerthread 所做的就是在新開的子執行緒中建立了 looper,那它的使用場景就是 threa...