当前位置:网站首页>动态组件-component
动态组件-component
2022-08-02 12:49:00 【给我来个鸡腿】
效果
代码结构
代码
app.vue
<template>
<div id="nav">
<h1>动态组件</h1>
<component :is="news"></component>
</div>
</template>
<script setup>
// import NewsImage from './components/NewsImage.vue'
import NewsText from './components/NewsText.vue'
// import NewsVideo from './components/NewsVideo.vue'
import { ref } from '@vue/reactivity'
const news = ref(NewsText)
</script>
<style>
</style>
边栏推荐
猜你喜欢
随机推荐
瀑布流式布局怎么实现(什么是瀑布流布局)
js stopwatch countdown plugin
Taurus.MVC V3.0.3 Microservice Open Source Framework Released: Make the evolution of .NET architecture easier in large concurrency.
php - the first of three solid foundations
新特性解读 | MySQL 8.0 GIPK 不可见主键
MFC入门教程(深入浅出MFC)
php字符串的截取方式
php——三篇夯实根基第一篇
An example of type3 voltage loop compensator taking Boost as an example
SQL Server修改数据
How to better assess credit risk?Just watch this scorecard model live
FreeRTOS--栈实验
openGauss数据库基本操作(超详细)
手撸架构,Mysql 面试126问
Swiper系列之轮播图
如何更好评估信用贷风险?看这场评分卡模型直播就可以了
看我如何用多线程,帮助运营小姐姐解决数据校对系统变慢!
一款强大的js弹出alert插件
30行代码实现无服务器实时健康码识别--操作手册
主流跨端技术一览