📜  id 的 vue 组件模板 - 任何代码示例

📅  最后修改于: 2022-03-11 14:56:31.378000             🧑  作者: Mango

代码示例1

Vue.component('hello-world', {
  template: '#hello-world-template'
})

https://vuejs.org/v2/guide/components-edge-cases.html#X-Templates