wufangjian posted a new question
nuxtjs.org •
Error
Haizone posted a new question
nuxtjs.org •
hi
i habe a
mode universal
and i have a css like that:
css: [
'@assets/css/ui.css',
'@assets/css/bootstraptabler.rtl.css',
],
now i whant still use the universal mode for the all html
but i want to didnt show the css in the souce code
how i can do that??
thanks
camelG posted a new question
nuxtjs.org •
I get a error with run
[Vue warn]: Error in render: "TypeError: Cannot read property 'toUpperCase' of undefined"
found in
---> <NuxtHeaderNav> at components/HeaderNav.vue
<Navbar> at components/Header.vue
<Default> at layouts/default.vue
<Root>
× error TypeError: Cannot read property 'toUpperCase' of undefined
superermiao posted a new question
nuxtjs.org •
As can be seen from the official examples,
The packaged JS files are placed in the dist/_nuxt file,
How can I do this?
ChrisDillinger posted a new question
nuxtjs.org •
…Only seems to be v2.x docs now, I see version number showing, but cannot figure out how to get back to 1.x documentation…
HerrBertling posted a new question
nuxtjs.org •
Hey! I'm new in a project that uses (well, tries to use) Options
and Utils
from nuxt. The docs say that both would be available as far as I understand: https://nuxtjs.org/api/internals – but that's not really the case, see this as an explanation: https://github.com/sumcumo/nuxt-styleguide/issues/16
My guess is that the nuxt-styleguide
tries to use internal APIs that were not stable and thus were changed at some point for [email protected]
.
What I'm wondering about: Apparently, neither Options.from(…)
nor Utils.fatalError
are valid APIs (anymore? It must have worked at some point…).
Is there any documentation about what would be possible with Options
and Utils
and how to use them?
If not: Is there any way I could find out about these APIs and help document them?
And if I wanted to throw that fatalError or merge some options with the ones already present, how would I do that?
Thanks for any help :)
davidpmccormick posted a new question
nuxtjs.org •
The extra letter and word spacing in the nuxtjs.org styles makes the typography feel disjointed and weird to me. I can live with it(!), but was wondering why it was there, and whether you'd take a PR to remove it?
ravisingh96 posted a new question
nuxtjs.org •
Bootstrap-Vue carousel stop working after nuxt 2 upgrade.
foxmask posted a new question
nuxtjs.org •
Hi,
The Chat link points to gitter.im but once on gitter we have a message that invites us to go to discourse.
May be you could just change the Chat link directly on the website, with the right link to the right chat system :)
Regards
DJafari posted a new question
nuxtjs.org •
hi
in tinymce editor, we can inject css file for styling content css,
tinyMCE.init({
selector: 'textarea', // change this value according to your HTML
content_css : '/myLayout.css' // resolved to http://domain.mine/myLayout.css
});
i have a scss file in my assets folder, how can link compiled of this file to content_css
?
thanks
allan852 posted a new question
nuxtjs.org •
Cannot read property 'status' of undefined
MartinMuzatko posted a new question
nuxtjs.org •
I saw that when using https://nuxtjs.cmty.io/issues/new, my issue does NOT land here!
Instead it is landed here: https://cmty.app/nuxt/nuxtjs.org/issues/c143
This is very inconvenient and I hate having yet another app to get access to the issues.
What is the real tracker now then?
MartinMuzatko posted a new question
nuxtjs.org •
When joining gitter, you are redirected to discord.
MrTung posted a new question
nuxtjs.org •
HI, in my app,im run "npm run generate",but no html in my dist,and im try so many times,but here is no html。
help !! !
MrTung posted a new question
nuxtjs.org •
small-sunshines posted a new feature request
nuxtjs.org •
Currently, Nuxt.js document describes how to configure CSP, but there is no detailed setup method. I do not even know much about the existence of this feature.
Please tell me how to set up CSP in detail.
toadkicker resolved the question #c102
nuxtjs.org •
I'm using UUID's in my URLS like so:
validate({params}) {
return params.id.match(/[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}/)
},