码迷,mamicode.com
首页 > 其他好文 > 详细

Vue 动态引入

时间:2021-03-16 14:03:20      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:nbsp   temp   code   lte   ted   style   mod   rgb   url   

界面

<template>
      <div align="center" >
         <component :is=‘modelUrl‘ ref=‘child‘  :data=‘data‘ ></component>
      </div> 
      
</template>

定义

  

 data() {
      return {    
        modelUrl: null
      }
    },

components: {


},
props: [ ‘data‘],

mounted() {
  this.modelUrl = () => import(‘../tempalte/‘+filename+‘.vue‘)
},

 

Vue 动态引入

标签:nbsp   temp   code   lte   ted   style   mod   rgb   url   

原文地址:https://www.cnblogs.com/7215217758991l/p/14537141.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!