Files
ClassContent/历届学生/18课程/class18/课程/2020-11-09/任务.txt
2024-09-27 02:06:13 +08:00

52 lines
673 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

1: 插槽 https://cn.vuejs.org/v2/guide/components-slots.html
2:混入 https://cn.vuejs.org/v2/guide/mixins.html
3:自定义指令 https://cn.vuejs.org/v2/guide/custom-directive.html
4:过滤器 https://cn.vuejs.org/v2/guide/filters.html
5:vue-router https://router.vuejs.org/zh/
vue 1.0
vue 2.x
typescript nodejs(deno.js ) + typescript VueOptionApi VueClassApi
Vue 3.x
typescript
vue composition Api
laravel
metor
class Home extend Vue {
public msg:string = "111"
crated() {
}
test() {
}
}
setup({
let react = {
msg: 0
}
created() {
}
let a = () => {
}
return react
})