@vuux/editor
Version:
Vue Nuxt 富文本编辑器
20 lines (19 loc) • 567 B
JavaScript
import { createElementBlock as e, openBlock as o, createElementVNode as r } from "vue";
import n from "../../_virtual/_plugin-vue_export-helper.mjs";
const c = {}, l = {
class: "is-icon",
xmlns: "http://www.w3.org/2000/svg",
width: "18",
height: "18",
fill: "var(--editor-text-color)",
viewBox: "0 0 24 24"
};
function s(i, t) {
return o(), e("svg", l, [...t[0] || (t[0] = [
r("path", { d: "M9 7c-1.1 0-2 .9-2 2v8h2V9h2v7h2V9h2v8h2V9a2 2 0 0 0-2-2z" }, null, -1)
])]);
}
const m = /* @__PURE__ */ n(c, [["render", s]]);
export {
m as default
};