随笔分类 -  vue前端

摘要:1. v-text 显示文本 2.v-html显示代码片段 3.v-pre 显示{{ }} 4.v-once console修改不能生效。只编译一次 5. v-model="msg" 双向绑定 事件绑定:@click="msg" 阅读全文
posted @ 2020-11-21 22:26 不带R的墨菲特 阅读(145) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html lang="en" dir="ltr"> <head> <meta charset="utf-8"> <title>index title</title> <script src="https://cdn.jsdelivr.net/npm/vue/dist 阅读全文
posted @ 2020-11-21 16:29 不带R的墨菲特 阅读(98) 评论(0) 推荐(0)
摘要:前端镜像库: https://npm.taobao.org/mirrors/atom/1.52.0/ 阅读全文
posted @ 2020-11-19 20:27 不带R的墨菲特 阅读(112) 评论(0) 推荐(0)