mirror of
https://github.com/sahadev/vue-component-creater-ui.git
synced 2026-01-11 15:22:28 +08:00
Merge branch 'master' into vue3
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div class="top-tools-bar">
|
||||
|
||||
<el-row :gutter="20">
|
||||
<el-row :gutter="22">
|
||||
<el-col :span="3">
|
||||
<div class="edit">
|
||||
<el-tooltip class="item" effect="dark" content="ctrl + z" placement="bottom-start">
|
||||
@@ -24,9 +24,14 @@
|
||||
<el-link type="primary" @click="$emit('structureVisible')">Inspect Components
|
||||
Structure</el-link>
|
||||
</el-col>
|
||||
<el-col :span="3">
|
||||
<a class="github-button" href="https://github.com/sahadev/vue-component-creater-ui" data-icon="octicon-star"
|
||||
data-show-count="true" aria-label="Star sahadev/vue-component-creater-ui on GitHub">Star</a>
|
||||
</el-col>
|
||||
</el-row>
|
||||
|
||||
<a href="https://github.com/sahadev/vue-component-creater-ui" class="github-corner" aria-label="View source on GitHub">
|
||||
<a href="https://github.com/sahadev/vue-component-creater-ui" class="github-corner"
|
||||
aria-label="View source on GitHub">
|
||||
<svg width="40" height="40" viewBox="0 0 250 250"
|
||||
style="fill:#151513; color:#fff; position: absolute; top: 0; border: 0; right: 0;" aria-hidden="true">
|
||||
<path d="M0,0 L115,115 L130,115 L142,142 L250,250 L250,0 Z"></path>
|
||||
@@ -44,7 +49,7 @@
|
||||
<script>
|
||||
export default {
|
||||
props: [],
|
||||
components: {},
|
||||
components: { },
|
||||
data() {
|
||||
return {
|
||||
previewMode: false,
|
||||
|
||||
Reference in New Issue
Block a user