зеркало из https://github.com/nextcloud/forms.git
Use direct packages for lighter build
This commit is contained in:
Родитель
09c2ead762
Коммит
79f70b2bad
|
@ -34,7 +34,7 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import { Avatar } from '@nextcloud/vue'
|
||||
import Avatar from '@nextcloud/vue/dist/Components/Avatar'
|
||||
|
||||
export default {
|
||||
components: {
|
||||
|
|
|
@ -64,7 +64,7 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import { Multiselect } from '@nextcloud/vue'
|
||||
import Multiselect from '@nextcloud/vue/dist/Components/Multiselect'
|
||||
import axios from '@nextcloud/axios'
|
||||
|
||||
export default {
|
||||
|
|
|
@ -26,7 +26,9 @@ import router from './router'
|
|||
import App from './App.vue'
|
||||
import VueClipboard from 'vue-clipboard2'
|
||||
|
||||
import { DatetimePicker, PopoverMenu, Tooltip } from '@nextcloud/vue'
|
||||
import DatetimePicker from '@nextcloud/vue/dist/Components/DatetimePicker'
|
||||
import PopoverMenu from '@nextcloud/vue/dist/Components/PopoverMenu'
|
||||
import Tooltip from '@nextcloud/vue/dist/Components/Tooltip'
|
||||
|
||||
import Modal from './plugins/plugin.js'
|
||||
import Controls from './components/_base-Controls.vue'
|
||||
|
|
Загрузка…
Ссылка в новой задаче