Skip to content

Latest commit

 

History

History
101 lines (76 loc) · 1.54 KB

markdown.md

File metadata and controls

101 lines (76 loc) · 1.54 KB

Hello

<span>{{sss}}</span>

This is test.

  • How are you?
  • Fine, Thank you, and you?
  • I'm fine, too. Thank you.
  • 🌚
import Vue from 'vue'

Vue.config.debug = true
{{ model }} test

{{ model }}

啊哈哈哈

All script or style tags in html mark will be extracted.Script will be excuted, and style will be added to document head. Notice if there is a string instance which contains special word "</script>", it will fetch a SyntaxError. Due to the complexity to solve it, just don't do that.

<style scoped>
  .test {
    background-color: green;
  }
</style>

<style scoped>
  .abc {
    background-color: yellow;
  }
</style>
<script>
  let a=1<2;
  let b="<-forget it-/script>";
  console.log("***This script tag is successfully extracted and excuted.***")
  module.exports = {
    components: {
      compo: {
        render(h) {
          return h('div', {
            style: {
              background: 'red'
            }
          }, this.$slots.default);
        }
      }
    },

    data () {
      return {
        model: 'abc'
      }
    }
  }
</script>
jjjjjjjjjjjjjjjjjjjjjj
<template>
  <div></div>
</template>

sadfsfs

大家哦哦好啊谁都发生地方上的冯绍峰s

sahhhh

{{ model }}

<compo>{{model }}{{model }}{{model }}{{model }}{{ model }}</compo>
<style src="./custom.css"></style>

引入 style 文件

原谅色