徐同保的博客

web前端行业的小学生

vuePress-theme-reco 徐同保    2021
徐同保的博客 徐同保的博客

Choose mode

  • dark
  • auto
  • light
首页
博客
  • CSDN (opens new window)
  • 掘金 (opens new window)
  • 博客园 (opens new window)
  • 51CTO (opens new window)
开源项目
  • 无代码创建表格(react) (opens new window)
  • 小米书城(vue3) (opens new window)
  • 小米书城(vue3+vite) (opens new window)
  • 小米书城(nuxt) (opens new window)
联系作者
GitHub (opens new window)
author-avatar

徐同保

420

Articles

0

Tags

    首页
    博客
    • CSDN (opens new window)
    • 掘金 (opens new window)
    • 博客园 (opens new window)
    • 51CTO (opens new window)
    开源项目
    • 无代码创建表格(react) (opens new window)
    • 小米书城(vue3) (opens new window)
    • 小米书城(vue3+vite) (opens new window)
    • 小米书城(nuxt) (opens new window)
    联系作者
    GitHub (opens new window)

    vue模板里显示双大括号,不需要求值

    vuePress-theme-reco 徐同保    2021

    vue模板里显示双大括号,不需要求值

    徐同保 9/14/2021
    <span v-pre>{{ this will not be compiled }}</span>
    
    1

    参考链接:

    https://vuejs.org/v2/api/#v-pre (opens new window)

    在 GitHub 上编辑此页 (opens new window)
    上次更新: 9/15/2021, 2:48:45 PM