Skip to content

Commit

Permalink
add support framework frames for Nuxt.js (firefox-devtools#2980) (fir…
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanjudis authored and Johnny Khalil committed Nov 12, 2017
1 parent 64dc0f8 commit 238206c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/images/Svg.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ const svg = {
extjs: require("./sencha-extjs.svg"),
marko: require("./marko.svg"),
showSources: require("./showSources.svg"),
showOutline: require("./showOutline.svg")
showOutline: require("./showOutline.svg"),
nuxtjs: require("./nuxtjs.svg")
};

type SvgType = {
Expand Down
1 change: 1 addition & 0 deletions assets/images/nuxtjs.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/utils/frame.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ const libraryMap = [
label: "Marko",
pattern: /marko/i
},
{
label: "NuxtJS",
pattern: /[\._]nuxt/i
},
{
label: "Aframe",
pattern: /aframe/i
Expand Down

0 comments on commit 238206c

Please sign in to comment.