vue2 和 vue-dompurify-html 的概述 vue2 是什么? Vue.js 是一个用于构建用户界面的渐进式 JavaScript 框架。 Vue 2 是 Vue.js 的一个重要版本,它继承了 Vue 1 的优点,并且在性能、组件化、工具支持等方面进行了改进和优化。 Vue 2 的设计主要偏向于轻量级和易用性,适合快速构建单页面应用(SPA)。 vue-...
Safe replacement for the v-html directive. Latest version: 5.2.0, last published: 2 months ago. Start using vue-dompurify-html in your project by running `npm i vue-dompurify-html`. There are 30 other projects in the npm registry using vue-dompurify-html
npm install vue-dompurify-html The current version is only compatible with Vue 3. If you need Vue 2 support use a 4.1.x version. Usage You can see setup examples in theexamples/folder. import{ createApp }from'vue';importAppfrom'./App.vue';importVueDOMPurifyHTMLfrom'vue-dompurify-html';c...
<script src="https://cdn.jsdelivr.net/npm/vue@2/dist/vue.js"></script> </head> <body> <div id="app"> <div class="outer"> <div class="menu"> <div class="item"> <div class="title"> 菜单一</div> <div class="con"> <div>111</div> <div>222</div> <div>333</div> <...
UNPKG vue-dompurify-html/README.md Version: 4.66 kBMarkdownView Raw 1# vue-dompurify-html 2 3[![npm](https://img.shields.io/npm/v/vue-dompurify-html)](https://www.npmjs.com/package/vue-dompurify-html) 4[![Build Status](https://github.com/LeSuisse/vue-dompurify-html/actions/workflow...
UNPKG vue-dompurify-html/types/index.d.ts Version: 403 BTypeScriptView Raw 1importtype{ Plugin }from'vue'; 2importtype{ DirectiveConfig, MinimalDOMPurifyConfig, DOMPurifyInstanceBuilder }from'./dompurify-html'; 3exporttype{ DirectiveConfig, MinimalDOMPurifyConfig, DOMPurifyInstanceBuilder, }; ...
Safe replacement for the v-html directive. Contribute to LeSuisse/vue-dompurify-html development by creating an account on GitHub.
Safe replacement for the v-html directive. Contribute to LeSuisse/vue-dompurify-html development by creating an account on GitHub.
let vm = new Vue({ el:'#app' }); /* template中必须有唯一根元素div,包裹其他元素 */ </script> </body> </html> 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. 21. 22. 23.
vue-dompurify-html/LICENSE Version: 1.07 kBPlain TextView Raw 1 MIT License 2 3 Copyright (c) 2019-2022 Thomas Gerbet 4 5 Permission is hereby granted, free of charge, to any person obtaining a copy 6 of this software and associated documentation files (the "Software"), to deal...