当前位置:网站首页>转正菜鸟前进中的经验(废话)之谈 持续更新中... ...
转正菜鸟前进中的经验(废话)之谈 持续更新中... ...
2022-08-05 05:13:00 【转正开始写博客!】
首先,关于这篇文章的小序我简单阐述一下,主要写一些在平时工作中的疑惑,和看法,或者是比较小巧点的经验和技巧吧,持续的更新,欢迎收藏随时来共同学习吧
*我会在每次的标题上加上相应的日期以便参考回溯 *
笨方法
<a-modal width="900px" v-model="visible" :footer="null">
<center slot="title" v-if="this.noticeType==1"><a-tag color="red">通知</a-tag>{
{ noticeTitle }}</center>
<center slot="title" v-if="this.noticeType==2"><a-tag color="red">公告</a-tag>{
{ noticeTitle }}</center>
<div v-html="noticeContent"></div>
</a-modal>
进阶方法
<a-modal width="900px" v-model="visible" :footer="null">
<center slot="title"><a-tag color="red">{
{ this.noticeType==1?"通知":"公告" }}</a-tag>{
{ noticeTitle }}</center>
<!-- <center slot="title" v-if="this.noticeType==2"><a-tag color="red">公告</a-tag>{
{ noticeTitle }}</center> -->
<div v-html="noticeContent"></div>
</a-modal>
总结:在 vue 中可以从标签上或者是插值表达式中,利用三元表达式,动态判断 不重复 的地方需要渲染的东西,这样可以节省很多代码。
边栏推荐
猜你喜欢
LeetCode: 1403. Minimum subsequence in non-increasing order [greedy]
[Study Notes Dish Dog Learning C] Classic Written Exam Questions of Dynamic Memory Management
"Recursion" recursion concept and typical examples
Structured light 3D reconstruction (1) Striped structured light 3D reconstruction
DOM及其应用
Matplotlib(二)—— 子图
【过一下 17】pytorch 改写 keras
vscode+pytorch use experience record (personal record + irregular update)
Pandas(五)—— 分类数据、读取数据库
vscode+pytorch使用经验记录(个人记录+不定时更新)
随机推荐
Develop a highly fault-tolerant distributed system
【过一下9】卷积
range函数作用
【过一下14】自习室的一天
Structured Light 3D Reconstruction (2) Line Structured Light 3D Reconstruction
"Recursion" recursion concept and typical examples
[Student Graduation Project] Design and Implementation of the Website Based on the Web Student Information Management System (13 pages)
【Transfer】What is etcd
DOM and its applications
Matplotlib(二)—— 子图
vscode+pytorch use experience record (personal record + irregular update)
redis persistence
【Reading】Long-term update
coppercam入门手册[6]
机器学习(二) —— 机器学习基础
02.01-----参数的引用的作用“ & ”
小白一枚各位大牛轻虐虐
【过一下7】全连接神经网络视频第一节的笔记
Analysis of Mvi Architecture
1068找到更多的硬币