This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ test: /\.(png|jpe?g|gif|svg)$/, | |
oneOf: | |
[ { test: /\.(png|jpe?g|gif)$/, | |
resourceQuery: /vuetify-preload/, | |
use: [Array] }, | |
{ loader: 'url-loader', options: [Object] } ] } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
data:image/png;base64,bW9kdWxlLmV4cG9ydHMgPSB7c3JjOl9fd2VicGFja19wdWJsaWNfcGF0aF9fICsgIjFlMzVkYmRkNDNmYWQzM2EwOTZkYmExNzQ0ZGVhZWM5LnBuZyIsImxhenlTcmMiOiJkYXRhOmltYWdlL2dpZjtiYXNlNjQsUjBsR09EbGhDUUFMQVBRYUFBQUFBR1JlVlhxWmRadXRtYVNscDZ5NXFyaTFzYmk0dXJQQ3NjWEZ4c1BPd2NmSHlNbkp5czdPejlEUTBkVFQxZG5aMnRyWjI5dmEyOXpjM052aDJ1WG81UGYzOS9uNStmMzgvZjM5L2YvLy93QUFBQUFBQUFBQUFBQUFBQUFBQUNINUJBRUFBQUFBTEFBQUFBQUpBQXNBQUFVbUlDQ09aR21lSTNFeWx4R1FTNlpoQ1RsWlZlR1F6U0FnRHhLRW90QkFTQWRKQkhKQWpVSUFPdz09IiwiYXNwZWN0IjowLjgxMDgxMDgxMDgxMDgxMDl9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Vue warn]: Error in config.errorHandler: "TypeError: Cannot read property 'dark' of undefined" | |
console.error node_modules/vue/dist/vue.runtime.common.js:1739 | |
TypeError: Cannot read property 'dark' of undefined | |
at Proxy.render (/pipeline/source/front/node_modules/vuetify/dist/webpack:/Vuetify/src/components/VMenu/VMenu.js:211:44) | |
at VueComponent.Vue._render (/pipeline/source/front/node_modules/vue/dist/vue.runtime.common.js:4542:22) | |
at VueComponent.updateComponent (/pipeline/source/front/node_modules/vue/dist/vue.runtime.common.js:2786:21) | |
at Watcher.get (/pipeline/source/front/node_modules/vue/dist/vue.runtime.common.js:3140:25) | |
at new Watcher (/pipeline/source/front/node_modules/vue/dist/vue.runtime.common.js:3129:12) | |
at mountComponent (/pipeline/source/front/node_modules/vue/dist/vue.runtime.common.js:2793:3) | |
at VueComponent.Object.<anonymous>.Vue.$mount (/pipeline/source/front/node_modules/vue/dist/vue.runtime.common.js:7997:1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import TOKEN_AUTH from '~/graphql/mutation/tokenAuth.gql' | |
import GET_LOGGED_USER from '~/graphql/query/getLoggedUser.gql' | |
export default class ApolloScheme { | |
constructor(auth, options) { | |
this.$auth = auth | |
this.name = options._name | |
this.client = this.$auth.ctx.app.apolloProvider.clients.defaultClient | |
this.options = Object.assign({}, options) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Folder PATH listing for volume Storage | |
Volume serial number is A2FB-CB7B | |
D:\BBBB\NODE_MODULES\VUETIFY | |
├───dist | |
├───es5 | |
│ ├───components | |
│ │ ├───transitions | |
│ │ ├───VAlert | |
│ │ ├───VApp | |
│ │ │ └───mixins |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<body class="m-page--fluid m-page--loading-enabled m-page--loading m-header--fixed m-header--fixed-mobile m-footer--push m-aside--offcanvas-default" > | |
<!-- begin::Page loader --> | |
<div class="m-page-loader m-page-loader--base"> | |
<div class="m-blockui"> | |
<span>Please wait...</span> | |
<span><div class="m-loader m-loader--brand"></div></span> | |
</div> | |
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<v-layout row wrap> | |
<label>What is your e-mail address?</label> | |
</v-layout> | |
<v-layout row> | |
<validate-text-field :value.sync="landlordInfo.email" name='email' | |
placeholder='[email protected]' | |
validate="required|email" | |
></validate-text-field> | |
</v-layout> | |
<v-layout row wrap> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ERROR in ./node_modules/vuetify/src/stylus/components/_tabs.styl | |
Module build failed: Thread Loader (Worker 31) | |
Cannot read property 'outputOptions' of undefined | |
at Object.pitch (C:\Dev\PycharmProjects\rasimplefront\ra-front-simple-nu\node_modules\mini-css-extract-plugin\dist\loader.js:72:98) | |
@ ./node_modules/vuetify/es5/components/VTabs/VTabs.js 7:0-52 | |
@ ./node_modules/vuetify/es5/components/VTabs/index.js | |
@ ./plugins/vuetify.js | |
@ ./.nuxt/index.js | |
@ ./.nuxt/client.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Error: Cannot find module 'C:\Dev\PycharmProjects\rasimplefront\ra-front-simple-nu\apollo' | |
- module.js:542 Function.Module._resolveFilename | |
module.js:542:15 | |
- module.js:472 Function.Module._load | |
module.js:472:25 | |
- module.js:585 Module.require | |
module.js:585:17 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import dns.resolver | |
import timeit | |
import subprocess | |
import shlex | |
def cmd(cmd, input_data=None): | |
cmd = shlex.split(str(cmd)) | |
popen = subprocess.Popen(cmd, stderr=subprocess.PIPE, |